github.com/klauspost/compress/zstd.cTable.stateTable (field)
9 uses
github.com/klauspost/compress/zstd (current package)
fse_encoder.go#L44: stateTable []uint16
fse_encoder.go#L90: if cap(s.ct.stateTable) < ctSize {
fse_encoder.go#L91: s.ct.stateTable = make([]uint16, ctSize)
fse_encoder.go#L93: s.ct.stateTable = s.ct.stateTable[:ctSize]
fse_encoder.go#L168: table := s.ct.stateTable
fse_encoder.go#L211: s.ct.stateTable = s.ct.stateTable[:1]
fse_encoder.go#L684: c.stateTable = ct.stateTable
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |